html {
    height: 200svh;
}

body {
    height: 100%;
    margin: 0;
}

.container {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.outer {
    height: 50%;
    align-items: flex-start;
}

.inner {
    height: 100%;
    align-items: center;
    padding: 0 10% 0 10%;
}

.nothing {
    font-family: "Special Elite", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
}